Xbasic

A5.SYSTEM_COLOR_SET Function

Syntax

A5.System_Color_Set(c systemcolorname,c color[,L refresh])

Arguments

systemcolorname

The new color alias.

color

The name of a system color.

refresh

Logical

Description

Set a system defined color.

Discussion

The A5.SYSTEM_COLOR_SET() method creates a color alias.

Example

a5.System_Color_Set("Error", "Red")

See Also